runtime.g.labels (field)
11 uses
runtime (current package)
mprof.go#L1091: goroutineProfile.labels[offset] = gp1.labels
mprof.go#L1128: lbl[0] = gp.labels
mprof.go#L1149: lbl[0] = gp1.labels
proc.go#L3881: gp.labels = nil
proc.go#L4542: newg.labels = mp.curg.labels
proc.go#L4574: if newg.labels != nil {
proc.go#L4995: tagPtr = &gp.m.curg.labels
proflabel.go#L34: getg().labels = labels
proflabel.go#L39: return getg().labels
runtime2.go#L492: labels unsafe.Pointer // profiler labels
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |